fix assertion failure by creating the line data, but not validating it at
authorHavoc Pennington <hp@redhat.com>
Tue, 29 Jan 2002 04:55:48 +0000 (04:55 +0000)
committerHavoc Pennington <hp@src.gnome.org>
Tue, 29 Jan 2002 04:55:48 +0000 (04:55 +0000)
commit5d82c0a4b6d25448ac712f97a34c4d55d2180f6c
tree027126b59d824e762e29445ddbdae8288052f688
parentc5c5ff650d56746479c7673e05301c803a3603f8
fix assertion failure by creating the line data, but not validating it at

2002-01-25  Havoc Pennington  <hp@redhat.com>

        * gtk/gtktextbtree.c (_gtk_text_btree_delete): fix assertion
        failure by creating the line data, but not validating it at this
        stage. Also, remove old code related to the "bogus newline" mess
        that removed all tags from the last char in the buffer if you
        tried to delete it.
        (_gtk_text_line_data_new): put this here and prepend underscore,
        remove from gtktextlayout.c
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktextbtree.c
gtk/gtktextbtree.h
gtk/gtktextlayout.c